Feeds
답변 있음
How do I find the orthogonal projection of a point onto a plane
The vectorized version would be simply just C_proj = C - (C - P) * n' * n;
How do I find the orthogonal projection of a point onto a plane
The vectorized version would be simply just C_proj = C - (C - P) * n' * n;
7개월 전 | 0
질문
force to estimate with pcregistericp only the rotation
Hi, I have the use case that I would like to us the G-ICP with plane to plane (as provided in pcregistericp) to estimate just ...
12개월 전 | 답변 수: 1 | 1
1
답변질문
2D FFT interpolation - Keeping the amplitude
% input matrix = [1.41 + 0.31i,-0.480 + 1.47i,-1.67 + 2.23i,-2.38 + 2.02i,-2.07 + 1.47i,-1.11 + 0.34i,-0.0900 - 0.65i,0.700 - 0...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Match color of images by common areas
I've a batch of images made by different sensors, and now I want to adjust the color so that they look similar/identical. The id...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Custom Modifiable datastore tall array
I have a huge dataset consisting of: daily matrix data (NxMx1) auxillary parameter Due to the massive amount, I cannot load a...
5년 초과 전 | 답변 수: 1 | 0