https://github.com/mr-technologies/imagefiltercpp
Example of custom image filter for MRTech IFF C++ SDK
https://github.com/mr-technologies/imagefiltercpp
camera cpp cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi rest-api rtsp sdk tiff vulkan
Last synced: 2 months ago
JSON representation
Example of custom image filter for MRTech IFF C++ SDK
- Host: GitHub
- URL: https://github.com/mr-technologies/imagefiltercpp
- Owner: mr-technologies
- License: mit
- Created: 2025-04-03T10:58:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:00:01.000Z (6 months ago)
- Last Synced: 2025-04-09T18:53:37.403Z (6 months ago)
- Topics: camera, cpp, cuda, demosaicing, dng, genicam, gpu, h264, h265, image-processing, jetson, json, low-latency, machine-vision, mipi, rest-api, rtsp, sdk, tiff, vulkan
- Language: C++
- Homepage: https://mr-te.ch/sdk
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `imagefiltercpp`
`imagefiltercpp` application demonstrates how to implement a custom image filter (crosshair overlay) using C++ API of [MRTech IFF SDK](https://mr-te.ch/iff-sdk).
It is located in `samples/07_filter_cpp` directory of IFF SDK package.
Application comes with example configuration file (`imagefiltercpp.json`) demonstrating the following functionality:* acquisition from XIMEA camera
* color pre-processing on GPU:
* black level subtraction
* histogram calculation
* white balance
* demosaicing
* color correction
* gamma
* image format conversion
* automatic control of exposure time and white balance
* image export to the user code
* image import from the user code
* H.264 encoding
* RTSP streaming
* HTTP control interface