You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
714 B

  1. ## About
  2. This package is part of the ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} release of Emgu CV.
  3. For online documentation please visit
  4. <${NUGET_EMGU_URL}/wiki/files/${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}/document/index.html>
  5. Release note can be found at
  6. <${NUGET_EMGU_URL}/wiki/index.php/Version_History#Emgu.CV-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}>
  7. ## How to Use
  8. ```csharp
  9. Mat mat = ... // Create a Mat, load pixel data into it
  10. BitmapSource bmp = mat.ToBitmapSource(); // convert Mat to BitmapSource
  11. ```
  12. ## Supported platforms
  13. * Windows only