photo

Jhilam Mukherjee


2013 年からアクティブ

Followers: 0   Following: 0

Research Student
Professional Interests: Biomedical image processing

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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...

約6年 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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 ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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),...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


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...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約9年 前 | 0 件の回答 | 0

0

回答

質問


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...

約9年 前 | 2 件の回答 | 0

2

回答

質問


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\...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

9年以上 前 | 3 件の回答 | 0

3

回答

質問


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...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


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 ...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


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)...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


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

約10年 前 | 1 件の回答 | 0

1

回答

質問


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...

約10年 前 | 1 件の回答 | 0

1

回答

質問


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...

10年以上 前 | 2 件の回答 | 1

2

回答

質問


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

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

10年以上 前 | 0

さらに読み込む