Community Profile

photo

Shweta


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Can anyone suggest me a code to extract the pixel values from the region of interest. i used imrect to extract the region of interest.
a=imread('sample.jpg'); subplot(221);imshow(a); h = imrect;

11 years ago | 2 answers | 0

2

answers

Question


Can anyone suggest me a code to detect lanes and bands of DNA gel electrophoresis images?
I used fuzzy c means algorithm to segment the image. I just wanna know how to proceed further with regards to detecting the lane...

11 years ago | 0 answers | 0

0

answers

Question


I've been working on processing of DNA gel electrophoresis images. Can anyone suggest me a method to determine the size of the dna bands after segmentation? Thanks in advance.
i used the following code to segment the image clear; close all; f = imread('Fig1022(a)(gel-image).tif'); h = fspecial('Sobel...

11 years ago | 0 answers | 0

0

answers