What is the function pixelIdxListsn?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hsiu
am 23 Jun. 2014
Kommentiert: Hsiu
am 24 Jun. 2014
Hello! I was given and asked to use a function called pixelIdxListsn, but because it was in .mexw64 file, and I am using a Mac so I had to get it in the .m format instead. I was told to get it from the Image Processing Toolbox, but realized that it actually does not belong there. Does anyone know where I can actually get the function, and what is it about? Thank you!
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 23 Jun. 2014
There is no such function in the Image Processing Toolbox as you know. To find alternate code that does the same thing I'd have to know what that function does. I would go back to the author of the .mexw64 file - whoever built/compiled it - and ask them for the source code.
6 Kommentare
Image Analyst
am 24 Jun. 2014
OK so it's a mexw64 file (a DLL). Where is your code where you're calling loadlibrary() and then calling the function?
Weitere Antworten (2)
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!