필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Binary Invariant Cross Color Descriptor Using Galaxy Sampling

조회 수: 1 (최근 30일)
wa
wa 2015년 10월 21일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello friends
I want to implement attached paper, I am facing problem in implement the algorithm 1 given in paper. please help if anybody can provide me code

답변 (2개)

Walter Roberson
Walter Roberson 2015년 10월 21일
편집: Walter Roberson 2015년 10월 21일

wa
wa 2015년 10월 21일
Algorithm 1 Generate the galaxy sampling pattern.
Require: A keypoint pc which represents the galaxy center G, celestial body distribution Dl, and orbital radius Rl for each level l of the galaxy.
1. Let the origin of the coordinate system of R be located at pc.
2. In level 0 do
3. Generate the celestial body subgroup of G.
4. for a = 0 to D1 do
Generate fixed star Fa using Algorithm 2.
Generate celestial body subgroup of Fa.
5. for b = 0 to D2 do
Generate planet Pb using Algorithm 2.
Generate celestial body subgroup of Pb.
6. for c = 0 to D3 do
Generate satellite Sc using Algorithm 2.
7. end for
8. end for
9. end for
10. Return galaxy sampling pattern
In the above algorithm for generating galaxy sampling what does line 3 tells is it that we have to store all the neighbours(subgroup) at centre pixels, and if yes how can we do that

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by