Hello.
I wrote few functions in Matlab which I want to share with some people.
Yet all I want to share is the functionality of those functions - I want to hide the algorithm inside it.
Lets say I wrote a function to Denoise an image:
DenoisedImage = ImageDenoise(Image, NoiseReductionLevel)
Matlab Code...
end
I want to have others the option to run the function "ImageDenoise" yet the code should be hidden (They won't be able to figure out how it works).
How can I do that?
Any ideas would be great.
|
|
0
|
|
|
|
Reply
|
Royi
|
9/14/2010 12:11:19 AM |
|
help pcode
Also, search the newsgroup for discussion of just how secure pcode is.
|
|
0
|
|
|
|
Reply
|
Matt
|
9/14/2010 12:49:04 AM
|
|