JSON

Image Recognition Technologies - JSON

Image recognition technologies are a group of technologies that enable computers to analyze image and video data, automatically recognizing and judging people, objects, text, and situations depicted within them. With the advancement of deep learning, accuracy and application scope have dramatically expanded, and various technologies such as image classification, object detection, face recognition, image segmentation, and OCR are being utilized in industry. These technologies have become essential across a wide range of fields including security surveillance, autonomous driving, medical diagnosis, and quality control in manufacturing.

image recognition AI machine learning deep learning computer vision CNN
[
  {
    "code": "01",
    "slug": "image-classification",
    "name": "Image Classification",
    "description": "The most basic technology to determine what an entire image represents."
  },
  {
    "code": "02",
    "slug": "object-detection",
    "name": "Object Detection",
    "description": "Technology that detects multiple objects in an image and identifies their positions."
  },
  {
    "code": "03",
    "slug": "face-recognition",
    "name": "Face Recognition",
    "description": "Technology that identifies and verifies individuals from facial features."
  },
  {
    "code": "04",
    "slug": "image-segmentation",
    "name": "Image Segmentation",
    "description": "Technology that finely divides images at the pixel level and labels each region."
  },
  {
    "code": "05",
    "slug": "ocr",
    "name": "Optical Character Recognition (OCR)",
    "description": "Technology that converts text in images into digital data."
  },
  {
    "code": "06",
    "slug": "anomaly-detection",
    "name": "Anomaly Detection",
    "description": "Technology that detects features or movements different from normal."
  },
  {
    "code": "07",
    "slug": "action-recognition",
    "name": "Action Recognition",
    "description": "Technology that analyzes human movement patterns."
  },
  {
    "code": "08",
    "slug": "code-recognition",
    "name": "Code Recognition",
    "description": "Technology that reads barcodes and QR codes."
  }
]