Skip to content

DDTS (Defect Detection Tracking System)

DDTS (Defect Detection Tracking System) is best understood as a classic defect tracking system designed for structured engineering environments. I used it intensively for about three years, and it is a good example of how… 

DCT implementation in C for image processing

DCT Discrete Cosine Transformation implementation for image processing In digital image processing there are moments where raw pixel values are simply not the most useful representation. Pixels describe intensity at a position, but they hide…