how to write a SEQUENCE of images in another DIRECTORY using IMWRITE function .any CODE for that
BaseName='Image.png';
for k=1:10
FileName=[num2str(k),BaseName];
A = rand(50);
imwrite(A,FileName)
end
%First run that code and then, edit it for your images
%For other directory
FileName=['\\home\',num2str(k),BaseName]
contact me with email [email protected]
i am interested in doing research on big data .....
08 September 2016 9,219 28 View
i want a program in c/c++ that displays individual components of a color image i.e. r,g and b separately...(red,green,blue components) separately
08 September 2016 4,955 1 View
mean ----> intensityvariance----> contrastentropy-----> detailed information of image these three parameters are related with these factors.... i am interested in knowing how ....
07 August 2016 9,404 1 View
what actually is the main problem that we may face when we switch from gray level images to color images .... is it working on different channels
04 May 2016 9,985 0 View
these cs students generally ask that if we have to deveop software then why we need to study these formulas derivations etc how come these things are having links with us
03 April 2016 3,515 4 View
I want to do research on managing big data of facebook and whatsapp . How to start, which research paper to read ?
02 March 2016 2,291 3 View
i used imwrite function to write a sequence of images in a directory(or folder). later in the program i am reading the images recently written from the folder for comparison purpose. when i try to...
11 December 2015 1,093 4 View
in simple words what do you mean by contrast of an image ?
10 November 2015 521 1 View
i want to write multiple images using imwrite function i.e. a sequence of files being automatically generated out1.tif,out2.tif ... and so on. Can you tell me the corresponding code
09 October 2015 9,658 0 View
i want to work on multiple images one by one what is the corresponding code and method for it the code below reads and displays image one by one now i want to display them.... f =...
09 October 2015 7,347 3 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,136 1 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,047 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,241 2 View
I'm cloning a fragment of 3200 nts into plasmid. The cloning was successful, however, 02 amino acids were mutated. Now I want to fix these 02 aa by site-directed mutagenesis technique using...
08 August 2024 4,645 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,010 4 View
I would like to understand potential safety concerns while handling SEB in the lab. Especially while working in animal house facility. Would like to know precautions for handling. Sigma MSDS...
07 August 2024 6,032 3 View
During low-temperature testing, new diffraction peaks that appear could be indicative of several phenomena. In one of our tests, we observed notable new peaks around 40° and 45° in a specific...
06 August 2024 724 3 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,976 3 View
I have been attempting to extract DNA from Bacterial, Fungal and Yeast banked samples (>1e7 cells) using Prepman Ultra reagent and I seem to be struggling to obtain a sequence. Although the...
01 August 2024 2,078 0 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 968 0 View