I want to know whether NN tool of MATLAB is used for Image compression or not. please let me know
NN tool is the specialty of Neural networks. Wavmenu tool box may be considered.
Yes, in a way, using an autoencoder.
This may help you in Matlab: https://www.mathworks.com/help/nnet/ref/trainautoencoder.html
Yes. Basically you can:
- linearize your input images;
- Give as output the same data as input;
- Put the number of hidden neurons to be lesser than the input/output quantity of neurons.
Your compressed data can be obtained by projecting new images into the matrix of hidden neurons.
Actually, this is the principle of Auto Encoders.
to enhance an image matrix, it is to be multiplied with another matrix. this is to syntheized
03 April 2017 3,707 9 View
do you have code for matrix multiplication?
01 January 1970 4,396 0 View
you have done matrix multiplication for 4x4 . but can it extendable for higher sizes such as 256x256. please let me know your answer.
01 January 1970 9,174 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
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
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 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
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View