Recent Posts

Implementing JPEG encoding in C#

8 minute read

Image steganography often requires you to implement image compression algorithms yourself, such as JPEG, because effective steganography occurs during the im...

Image detection in .NET MAUI on iOS

3 minute read

ARKit can detect images in a scene by retrieving them from your app’s asset catalog. Once you recognize images in a scene, you can perform additional tasks s...

Body tracking in .NET MAUI on iOS

3 minute read

ARKit includes the ability to perform real-time body tracking in a scene, including the orientation of different body parts.

Face tracking in .NET MAUI on iOS

3 minute read

ARKit provides the ability to track multiple faces in a scene, and requires you to configure and run a face tracking session. ARKit also provides a coarse 3D...