How to quantize the output?
이 질문을 팔로우합니다.
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다.
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다.
오류 발생
페이지가 변경되었기 때문에 동작을 완료할 수 없습니다. 업데이트된 상태를 보려면 페이지를 다시 불러오십시오.
이전 댓글 표시
0 개 추천
Hello, in gaborconvolve.m code,the output EO consists of real and imaginary components(where real part is the result of convolving with the even symmetric filter, the imaginary part is the result from convolution with the odd symmetric filter). Now, the function must be phase quantized to get output in the form of 0-1 binary matrix...How do i change the code to phase quantize the EO output....
채택된 답변
Walter Roberson
2017년 4월 21일
Supposing you have a routine QUANTIZE, then
output = complex( QUANTIZE(real(E0)), QUANTIZE(imag(E0)) )
댓글 수: 13
Jyothi Alugolu
2017년 4월 21일
편집: Walter Roberson
2017년 4월 21일
actually the EO consists of complex numbers of size 4 * 6..Now, i want 0-1 binary matrix from real and imaginary components of EO by phase quantization... i am sending you the screenshot regarding output EO..


Now, please tell me how to do this..
Walter Roberson
2017년 4월 21일
Under what conditions should it produce a binary 0? Under what conditions should it produce a binary 1 ?
Jyothi Alugolu
2017년 4월 21일
Normalized iris image is transformed into a 0–1 form of binary matrix by convolving 1-D Log-Gabor filter to the normalized image(rectangular strip). Each row in the normalized iris image is considered as a 1-D signal for convolution. The function (here EO) produces real and imaginary components which are phase quantized to get IrisCode in the form of 0–1.
Jyothi Alugolu
2017년 4월 21일
I think u didn't get me. Actually a rectangular strip has to be transformed into a 0-1 form of binary matrix by convolving 1-D Log-Gabor filter to the normalized image..so, i applied gaborconvolve function to rectangular strip which produces EO which consists of real and imaginary components as i have shown you by screeenshot..Now, the real and imaginary components are phase quantized in the form of 0-1 binary matrix..
Walter Roberson
2017년 4월 21일
Under what conditions should it produce a binary 0? Under what conditions should it produce a binary 1 ?
For example should it be binary 0 if it is in quadrant 1 or 3, and binary 1 if it is in quadrant 2 or 4?
Jyothi Alugolu
2017년 4월 24일
I dont know what exactly you are talking..i am implementing a paper..In that paper, it is asked to apply phase qunatasation on complex number to get 0-1 binary matrix..
Jyothi Alugolu
2017년 4월 24일
in gaborconvolve.m file,we must apply phase quantization to the output to form 0-1 binary matrix
Jyothi Alugolu
2017년 4월 24일
if amplitude is close to zero then phase data is not useful, so mark off in the noise mask otherwise put it in the template mask..
Jyothi Alugolu
2017년 4월 24일
i used output = complex( QUANTIZE(real(E0)), QUANTIZE(imag(E0)) ); i got the output..but i am not knowing what it is.. i am sending you the screenshots..please tell me what the output is..
<<

>>
Walter Roberson
2017년 4월 24일
I have not read the paper, and I am not going to bother to find a free copy of the paper and read through it. You should post examples of inputs and the desired outputs. If there are equations to determine the output from the input phase then you should post them.
Assume that the volunteers are busy people who do not have time to read the various background papers. Post the requirements in clear terms. What you have posted so far is not clear at all.
Jyothi Alugolu
2017년 4월 24일
ok, i will tell you clearly... i have rectangular iris strip(normalized image) and i want this strip to be transformed into 0-1 binary matrix by convolving 1-D Log-Gabor filter to the normalized image... i used gaborconvolve.m file code and the output EO consists of 4* 6 cell size,where each size consists of 58*212 complex double values(real and imaginary components)..Now, after that the output i.e EO is phase quantized to form 0-1 binary matrix...previously you asked to which quadrant to use..i dont know all that..i just want the rectangular strip to be in0-1 bianry matrix by using 1-D log-gabor filter..
Result = cellfun( @(M) angle(M) >= 0, EO, 'uniform', 0)
Jyothi Alugolu
2017년 4월 24일
thank you soo much..
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Cast and Quantize Data에 대해 자세히 알아보기
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
