Community Profile

photo

Pradeep Gowda


self

Attivo dal 2015

Statistiche

All
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 3
  • First Answer
  • Solver

Visualizza badge

Content Feed

Visto da

Domanda


How to prepare traing set for medical image analysis?
i have extracted all the features now i need to classify them as 0 or 1 , but how do i prepare training set? should i prepare lo...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Hi Question is about eleminating unwanted regions in binary image.
I work on fundus image , bwareaopen() function removes all connected components fewer than P pixels. But in my image I need to r...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to fill the black regions inside the white region? imfill() is not working.
<</matlabcentral/answers/uploaded_files/37221/mm.png>> this is the image.

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


i have the mask of the border now i need to remove the border in the original image how can i do it?
<</matlabcentral/answers/uploaded_files/37140/fmask.png>> <</matlabcentral/answers/uploaded_files/37142/ed.png>>

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


I want to display image from cell array .
I have divided my image into sub-images and have stored them in a cell array. And processed them , now I want to display them a...

oltre 8 anni fa | 2 risposte | 1

2

risposte

Domanda


why do people resize image for their research papers?
i have often seen authors re-size the image they wanna analyse. even though all the images in the data base have standard size...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find the median of histogram?
i am trying to implement "Dualistic Sub-Image Histogram Equalisation". where the input image needs to be subdivided into two , ...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Any image processing expert?
when we extract the YIQ colors from RGB picture why do we do this sNtsc = rgb2ntsc(sBmp); picY = sNtsc(:,:,1)*256-128...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i calculate total size of a folder?
i'm reading a folder of images , now i wanna display its total size in my GUI. how can i get total size of the folder that i a...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how to create a newfolder and save images in it?
i'm accessing all the images in a folder and processing it. now i wanna save all these images in a new folder. the question is...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


doubts about creating folder and saving images in it
i'm accessing all the images in a folder and processing it. now i wanna save all these images in a new folder. the question is...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Doubts about folders and files in matlab.
i have a script for image processing . i wanna make it run for all the images in a folder , can some one help me with this ?

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


copying arrays from one variable to another .
i have 2 variables, a=[22 23 43 0 0 0 0], now i need to copy array ' a ' to ' b ' from 1st element to 3rd element. how can it be...

quasi 9 anni fa | 1 risposta | 1

1

risposta

Risposto
can you please provide me with the simplest demonstrating code to calcolate compression ratio
a=whos('sBmp'); b=dir('compressed.jpg'); c=a.bytes/b.bytes; sBmp is my un-compressed image and compressed.jpg is saved ou...

quasi 9 anni fa | 0

Domanda


static variables in matlab?
basically i have a GUI for image compression , in which i need to plot a graph for input values(quality) and output(PSNR), but i...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


huffman coding and decoding for images???
i wanna implement this concept of loss-less coding and decoding to my project. i have finished doing everything else but coding...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


can I make an axes work like button ?
basically i want to save an Image by adding a save icon on my GUI, now is it possible to make that icon work as a button? and ha...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


I have doubts regarding Sprintf().
mess=sprintf('Steps to be followed to work with our Image Compressor \n step1)click on Load image button to laod the image to be...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


i am facing problems using the helpdlg() command
i wanna display certain steps that the user has to follow to work with our software(GUI) so i am trying to use helpdlg() comman...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


doubts regarding GUI. can some one explain me the code thats generated in each GUI? i hav given the code in the body.
function varargout = compression(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... ...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to calculate the bitrate of compressed image?
i am working on image compression , i need to calculate the bitrate. is it possible? if yes how to find it in matlab?

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


during the up-sampling process of my compressed image. the dimension of output is doubled . that is if input image is of resolution 1200*200 output image is of resolution 2400*400.please help me find out the mistake
%code for upsampling w = r*2; h = c*2 ; temp=zeros(w,h); y(1:2:w,1:2:h) = Val; y(2:2:w,2:2:h) = Val; y(1:2:w,2:2:h) = Val;...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


i wanna work on medical image processing (brain tumor detection), but i'm very new to this field so please guide me .
please help, by giving some suggestions on how i can start working on this project?

circa 9 anni fa | 0 risposte | 0

0

risposte

2

risposte

Domanda


is it possible to display the size of an image in MB or KB on matlab?????? if yes how??
plezzz hel asap!!

circa 9 anni fa | 0 risposte | 0

0

risposte

Inviato


A GUI based log, power and DCT tranformer
it is a point transformation of gray scale images

circa 9 anni fa | 1 download |

Thumbnail

Carica altro