Search found 7 matches

by njdxzjj
Wed Apr 02, 2014 7:11 am
Forum: Questions
Topic: have some annotation about RANSAC plugin? I need
Replies: 2
Views: 2563

have some annotation about RANSAC plugin? I need

I research some classes about RANSAC plugin now, and it is difficult to understand these codes for me without explanation about these classes and their functions and variablees.
by njdxzjj
Fri Feb 28, 2014 1:20 pm
Forum: Questions
Topic: a small problem in my debug this program.
Replies: 3
Views: 2411

Re: a small problem in my debug this program.

libLAS-1.7.0b1
by njdxzjj
Wed Feb 26, 2014 3:32 am
Forum: Questions
Topic: a small problem in my debug this program.
Replies: 3
Views: 2411

a small problem in my debug this program.

when runing to the function LASFilter::loadFile(), to read a las file, there is wrong in this line dimensions = header.GetSchema().GetDimensionNames() . I don't konw what reason is it.
by njdxzjj
Wed Sep 25, 2013 1:55 am
Forum: Requests, new functionalities
Topic: read and show image
Replies: 2
Views: 3274

Re: read and show image

Fusion of remote sensing image with lidar data to extract buildings is an interesting work, and it can obtain better result by fusion of two data than only using a kind of data. I want to using the CC to do this work, therefore the CC need have the function of reading and showing image.
by njdxzjj
Tue Sep 24, 2013 8:55 am
Forum: Requests, new functionalities
Topic: read and show image
Replies: 2
Views: 3274

read and show image

I fell that CC should have the ability to read and show image, because information extraction by fusing lidar data with image can be better finished and better result can be obtained. I look forward to this function.
by njdxzjj
Tue Mar 26, 2013 5:16 am
Forum: Issues, bugs, etc.
Topic: a small bug in function: getCellDistanceFromBorders()???
Replies: 1
Views: 1807

a small bug in function: getCellDistanceFromBorders()???

void DgmOctree::getCellDistanceFromBorders(const int* cellPos, uchar level, int* cellDists) const { const int* fillIndexes = m_fillIndexes+6*level; int* _cellDists = cellDists; *_cellDists++ = cellPos[0]-fillIndexes[0]; *_cellDists++ = fillIndexes[3]-cellPos[0]; *_cellDists++ = cellPos[1]-fillIndexe...