Registry / other / minc
library2.4.6vcpkgunverified

MINC (Medical Image NetCDF) is a file format and library for medical imaging data.

vcpkg install minc
INSTALL
IMPORT
SIG · MINC
M
minc
othercppv2.4.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

minc2.h
#include <minc2.h>

Opens a MINC volume file and checks for success.

#include <minc2.h> #include <iostream> int main() { mihandle_t volume; int result = miopen_volume("example.mnc", MI2_OPEN_READ, &volume); if (result == MI_NOERROR) { std::cout << "Volume opened successfully\n"; miclose_volume(volume); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

minc — pip install minc · libregistry