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.
use "imresize" command.
I have a different classifiers model for each feature of an image set and these models are to be fused together. Let features may be RGB color histogram for which one classifier model and another...
05 June 2016 1,842 0 View
Partition the color space into a set of 3D bins and implement a 4 * 4 * 4 color histogram. So we gate 64 values from that histogram.
04 May 2016 8,809 0 View
04 May 2016 291 0 View
I have a folder which containing multiple subfolders. Each subfolder is containing hundreds of images. And, I have to do the process on that all images. So please guide me.
04 May 2016 8,293 3 View
I have an image, from that image I have to extract 64 dimensions visual vector. So, anyone can tell me how to do this ?
03 April 2016 6,915 3 View
Suppose I have an image of the letter R. In this image straight lines are detected by Hough transform, but problems arise in curve detection. So can you tell me how to detect a curve using a Hough...
02 March 2015 5,896 1 View
image is of type black and white. image consist of straight as well as curve type.
02 March 2015 4,059 3 View
31 December 2014 499 3 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