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,900 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,859 0 View
I want 5 * 5 blocks and 3 features from that mean, standard deviation, and skewness and we have 3 planes means color image. so we can get 5*5*3*3=225 dimension of feature vector ?
04 May 2016 361 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,352 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,974 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 6,000 1 View
image is of type black and white. image consist of straight as well as curve type.
02 March 2015 4,112 3 View
Normalization is the process of converting a random sized image into a standard size. To bring all characters into a common size platform in order to extract features on the same footing, a...
31 December 2014 551 3 View
After COVID-19 it has seen that EFL learners technological affiliation has raised. In addition, in the post-COVID period learners started to engage AI technologies like ChatGPT while learning...
08 August 2024 8,964 4 View
After immunohistochemistry of previously fixed in PFA and EtOH and then frozen 20 μm sections of zebrafish brain, DAPI staining is very weak (right) compared to the same sections stained without...
05 August 2024 9,637 2 View
Hi everyone I need a file with a dirty and clean potato image
04 August 2024 7,199 4 View
I fabricated Ti3C2Tx using concentrated HF 40%, I plot an XRD as attached image below.. please let to know if I obtained it or not.
02 August 2024 6,789 4 View
Hoy la animación se utiliza como una tecnología multimedia con gran potencial educativo, que va mucho más allá de sólo crear figuras, ya que puede promover una mejor comprensión en...
01 August 2024 7,186 0 View
I am currently working on validating land subsidence results obtained using SBAS InSAR. Could anyone suggest reliable sources or repositories where I can download a historical DEM from 2018?...
31 July 2024 9,757 3 View
Hello, colleagues. Recently, I have been working on a metal processing simulation with my UMAT in Abaqus. I have outlined the corresponding simulation, but I keep encountering issues that cause...
30 July 2024 7,062 1 View
i need a recent digital banking topic for doing my Ph.d research
29 July 2024 5,210 2 View
Dear researchers. I tried using the IHC PROFILER in image j to quantify nuclear DAB staining. I followed the instructions in the original article by "Varghese F, Bukhari AB, Malhotra R, De A...
29 July 2024 2,229 0 View
My question pertaining to the DAB staining in cytoplasm of human oral squamous cell carcinoma tissue. When quantifying the epithelial cancer cells do we have to crop remove the stromal tissue?...
29 July 2024 2,682 6 View