필터 지우기
필터 지우기

gradient

조회 수: 4 (최근 30일)
sreejini
sreejini 2011년 8월 12일
how to calculate gradient of multichannels?
  댓글 수: 1
Jan
Jan 2011년 8월 13일
What are mutlichannels?

댓글을 달려면 로그인하십시오.

답변 (2개)

sreejini
sreejini 2011년 8월 16일
My project is chromosome segmentation using multichannel watershed transform.the first step is calculating multichannel gradient.how to find it?
  댓글 수: 3
Jan
Jan 2011년 8월 16일
We need something like: [1000 x 200] DOUBLE arrays, or an equivalent description of the data format. For the calculations it does not matter, if your are working on chromosomes or orbits of stars in the galaxy.
sreejini
sreejini 2011년 8월 25일
i have a dataset of chromosomes.within that 5 images of same chromosomes taken in different wavelength.i need to find gardient of these images together.

댓글을 달려면 로그인하십시오.


Jan
Jan 2011년 8월 25일
If you implement an algorithm in MATLAB (or any other programming language), the meaning of the values does not matter: chromosomes, dollars or pixel colors - all are just numbers. Explaining the meaning of your value repeatedly wastes time.
We do not have any chance to know, how your "dataset" is represented. Even "image" is not clear enough: An "image" can be a [M x N x 3] DOUBLE RGB array, or a [M x N] UINT8 greyscale matrix, or it can be a print-out and you are searching for a method to scan this. If you need an answer, you have to provide the necessary details of the question. But you ignore our questions.
Let me guess, that you have a [M x N x 5] DOUBLE array containing the greyscale values for 5 different wavelength. Then a "gradient" can be calculated between the different channels, or it can be the direction of the largest or average change of intensity, or a lot of other values.
So please delete your new question and edit the original one. Add all necessary details about the available input and the wanted output, and remove all unneeded details.

카테고리

Help CenterFile Exchange에서 Display Image에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by