Community Profile

photo

Jhilam Mukherjee


Active since 2013

Followers: 0   Following: 0

Message

Research Student
Professional Interests: Biomedical image processing

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to write a 16 bit image with a drawing rectangle in a folder
I am working with a 16 bit DICOM Image whose size is 512*512. I want to draw a rectangle at 250,375 positions with length and wi...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


How to write multiple data in an excel file in .xls/.csv format using xlsappend function.
I want to store a data of 105*150 in a single excel file. I have 150 files. Each image file provides 105 features in a single i...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


How to represent ROC of more than one classifier in a single graph.
I have drawn ROC of single classifier using plotroc function. I want to draw the ROC of five classifiers in a single classifier ...

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


How to represent optimum value of variables through graph?
I want to calculate the optimum value of the objective function of a bioinspired meta heuristics algorithm. The Objective functi...

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


How to modify all the images in different folders under a folder
I have 10 folders under a folder. Each folder contains nearly 200 images. I can aceess the folder using recurse_subfolders.m mat...

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


How to save an image run time with a title?
My program gives some output images using some loops and is capable to store output images in run time. However, I want to save...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


What are the metric for contrast enhancement?
I have applied some algorithms on medical images to enhance the contrast . The visual verification of these images decide about ...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


How to create ground truth images for comparative analysis
I am working on medical images we have our own medical image data. While I want to compare different de-noising filters or segme...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


How to create ground truth images?
I am working on medical images we have our own medical image data. While I want to compare different de-noising filters or segme...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How can I fit multiple column matrix in a matrix?
I want to create a M*N matrix, whose each column contains one column matrix of different features namely T(i),T1(i),T2(i),T4(i),...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to store execution time in execution time in runtime
I have executed my program code and measure its execution time using tic toc. Is it possible to store this value run time in a e...

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


How to select a folder at runtime?
I have five folder. Each folder contains nearly 30 images. My programme is capable to read and execute all the images simultaneo...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to remove discontinuous boundary?
I have to extract feature of a connected object. To separate the object from its boundary, I have executed erosion operation. Th...

bijna 9 jaar ago | 0 answers | 0

0

answers

Question


How to obtain one excel file instead of multiple file?
I have 10 excel file in a folder. I have fetch 1st column from each file using for loop. I want to create another excel file con...

bijna 9 jaar ago | 2 answers | 0

2

answers

Question


Getting error to read images from a folder using for loop.
I want to execute some algorithm by taking images simultaneously from a folder. I have used this code list=dir('F:\myimages\...

ongeveer 9 jaar ago | 0 answers | 0

0

answers

Question


How to remove text from an image?
I am working on medical images. In most of the image contain patient details. While segmenting those images these texts are also...

ongeveer 9 jaar ago | 3 answers | 0

3

answers

Question


Addition of more than one image is no not possible in for loop?
I want to segment an image region grow algorithm. I have taken seed points using getpts. My code is executed. I have obtained in...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


Subscript indices must either be real positive integers or logicals.
I want to execute regiongrow to segment an image. Each image have more than one region to segment I have taken seed point using ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Receiving error Output argument "V" (and maybe others) not assigned during call to "C:\Users\jhilam\Downloads\imagefilterdemo\create_variance.m>create_variance".
I want to calculate variance of an image. my code look like function V=create_variance(I) [M N]=size(I); % I(i,j)...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


how to Matlab function to calculate probability density function of n image?
I want to calculate the probability density function of an image. can you tell me what is the matlab function

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


How feature extraction is possible other than regionprops?
I have segmented a X-ray image using active contour model, I have to calculate features like area,radius,perimeter, I want to ex...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


How can I convert the MATLAB function in to JAVA?
I have implemented some techniques using different algorithm of MATLAB, now I have to make it web enabled using JAVA. I am using...

ongeveer 10 jaar ago | 2 answers | 1

2

answers

Question


how to calculation Hounsfield unit
I want to calculate Hounsfield Unit of a CT image, Please provide me the syntax

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


classification problem using bayes classifier
I have to classify an object into two regions based on two features. I have calculate the probability of each classes and condit...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Classification using Naive Bayes classifier
I want to classify some segmented region into two class A and B using Naive Bayes classifier using some extracted features of th...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Classification using artificial neural network
I want to classify an image between two class A and B using two feature that is extracted previously. How the classification is ...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


Kurtosis and skewness detection
I want to calculate Kurtosis and skewness of a region whose area is 1287 and perimeter is 166.3575, but kurtosis value of total ...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


To assign different color in boundary.
I want to outline the boundary of the segment image using bwperim() and get the resultant image i.e boundary.jpg, but my aim is ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


back ground elimination
I want to eliminate the background and want to obtain the inner white part of the following image <</matlabcentral/answers/up...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Answered
Exact Image extraction is not possible
At first the Otsu's thresholding technique is applied on the second image, which give a binary thresholded image, then an= morph...

meer dan 10 jaar ago | 0

Load more