Hello,
Have u got any tutorial "how make new plugin to CC"?
I have some idea, but i'm not professional programmer, so i need some advices to do it :)
I wanna make plugin with other Variants of the ICP Algorithm.
What do u think about it?
Cheers,
Adam
New plugin - tutorial
Re: New plugin - tutorial
Please look at https://github.com/cloudcompare/trunk/b ... plugin.rtf. And generally the best way to learn is to look at plugins with a similar workflow.
Otherwise there are other discussions on the forum about this subject. And of course you can ask more questions here.
Otherwise there are other discussions on the forum about this subject. And of course you can ask more questions here.
Daniel, CloudCompare admin
Re: New plugin - tutorial
Ok, thanks for advice. I will check it.
I have other question
I'm trying to write some scripts in python and i have real problem with this function:
ICP for 2 clouds > i get .txt file with matrix
Then i would like to use this matrix again for other cloud, but i still got error message
"Failed to read transformation matrix file
'test_3_L2__REGISTRATION_MATRIX_2015-11-27_00h06.txt' "
I tried to change name of .txt file, but it still doesn't work
It's part of my script in python:
fpath is the name of .txt file
I have other question
I'm trying to write some scripts in python and i have real problem with this function:
ICP for 2 clouds > i get .txt file with matrix
Then i would like to use this matrix again for other cloud, but i still got error message
"Failed to read transformation matrix file
'test_3_L2__REGISTRATION_MATRIX_2015-11-27_00h06.txt' "
I tried to change name of .txt file, but it still doesn't work
It's part of my script in python:
Code: Select all
openFile=os.system("CloudCompare -AUTO_SAVE OFF -O -GLOBAL_SHIFT -450000 -450000 0 " + filePath1
+ " -CROP2D Z " + text + " -O -GLOBAL_SHIFT -450000 -450000 0 " + filePath2 + " -ICP " +
" -CLEAR_CLOUDS " + " -O -GLOBAL_SHIFT -450000 -450000 0 " + filePath1 + " -APPLY_TRANS " + fpath )
Re: New plugin - tutorial
Have you tried providing the full path to the transformation maybe?
Otherwise can you post the file contents?
Otherwise can you post the file contents?
Daniel, CloudCompare admin
-
- Posts: 1
- Joined: Thu May 11, 2017 7:49 am
Re: New plugin - tutorial
Hi! I'm not a professional programmer, either. Need few tips on CC plugins. The link above is dead.
Re: New plugin - tutorial
Indeed, here is the new link / document:
https://github.com/CloudCompare/CloudCo ... IBUTING.md
https://github.com/CloudCompare/CloudCo ... IBUTING.md
Daniel, CloudCompare admin