After the operation i have to use that image for feature extraction. also with that operation quality of image remains same.
Dear Pritam Mantri,
Do you want convert to different color spaces?
Do you want convert to different sizes?
Do you want use MATLAB?
Question is not clear, if you simply want to resize a grayscale image of size 64x64 pixels into 36x36 pixels in Matlab you can use imresize function.
A=imread('path of the image');
X=imresize(A, 0.5);
in X you will get the resized image.
the question is not clear. do you want to get entire image into 64*64 or to get some portion of the image. It is very easy as Mr. Manikandan said.
You can use imresize function for resizing the required image in MATLAB
Dear Pritam Mantri,your question is not clear
As pointed out by other researchers, the question asked is not clear.
You can use following project.
Read the original image of size 206 x 205 into some variable (say I). Further, resize it the image size of which you are interested.
I = imread('test.tif'); % test.tif is an example image
I_resize = imresize(I, [64 64]);
You better to read some topics on this regard. Pls go through http://in.mathworks.com/help/images/ref/imresize.html
You can use "resize" command.
I am doing cohesive zone modeling in abaqus. I am trying to find out vales of 'E/Enn', 'nominal stress normal only mode', and 'normal mode fracture energy' by peel test.
13 January 2020 7,315 1 View
I want to detect a 3.5 kDa protein by western blotting and was wondering about the appropriate materials and conditions to follow. Please share your practical experiences. Thanks!
06 August 2019 5,657 3 View
I am working on socio-economic evaluation of seaweed growers from India. May I request to share your work (reports / publications) in this aspect. It would be great help for me. With advance thanks.
01 July 2018 2,754 3 View
Can anyone tell me how to model a nano particle using computational softwares (or servres)? I am interested to carry out molecular docking using nanoparticle and protein and for that I need to...
09 April 2018 6,867 5 View
How can I create SMEs (superconducting magnetic energy storage) coil block in MATLAB simulation?
27 December 2017 5,373 4 View
Is Direct displacement based design (DDBD) method applicable to design a 90 story (320 meter) building ? If not then which design philosophy is required ? give some related papers.
21 March 2017 6,248 1 View
I am trying to deposit Si3N4 amorphous thin film by reactive radio frequency magnetron sputtering.
04 January 2016 549 10 View
Gas is supplied to a system from a source which is 2.3 km away. The same source supplies gas to other systems also in upstream. Just before the system a 400 Cu.m buffer vessel is installed. Piping...
06 January 2014 6,453 1 View
Kindly answer.
29 November 2013 8,021 1 View
As in PCR process, rising the temperature at 92 degree C -leads to breaking of double standard DNA into single standard DNA, but during human fever, temperature rises much higher than 92 degree C,...
12 November 2013 6,660 6 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
i am try to classify the x-ray images. During classification , can i block unwanted images (except x-ray image).
03 March 2021 7,100 1 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I'm involved in a study of odor control technologies for municipal wastewater treatment plant. One of the control options involves a chemical 2-stage (acid/alkaline) packed bed scrubber. The...
03 March 2021 3,661 2 View
Need to image mesoporous silica nanoparticles using the TEM. Also, need high resolution TEM images to see the mesoporous structure. Kindly suggest what kind of grids to use. Thanks, Shatadru
02 March 2021 1,787 2 View
Dear Colleagues, After running Western blot on PVDF membrane and detection using ECL, I would like to stain my PVDF with colloidal gold to be able to allign the ECL image with total proteins on...
02 March 2021 7,829 3 View
Do you have some recommendations approaches on Image processing and classification of plant diseases using TensorFlow/Keras?
02 March 2021 1,493 4 View
Working on chandrayaan-2 DFSAR data, there are three datasets available: 1) Slant range image data product: The slant range complex image file. Each pixel is represented by two 4-byte floating...
02 March 2021 8,481 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
Hello, I have classified 10 S3 OLCI images from the same area (althouth not the same size and/or quadrant) and I would like to do a final image using the mode of the pixel of these 10 images. I...
01 March 2021 9,874 3 View