I am imaging DNA using AFM. I extracted the gray scale intensity values from the image into a matrix of integer elements. Then I wrote a code in C++ to count pixels falling within a certain threshold limit. But I face with two major problems:

1. the width of the dna varies along its length and so measuring the total pixel area and dividing by width doesn't give accurate length.

2. there are other features in the image which have similar height as dna, but I don't wanna count them.

More Krishnashish Bose's questions See All
Similar questions and discussions