رجوع للكتالوج
D14العمليات

فحص الجودة بالرؤية الحاسوبية

يفحص صور المنتجات أو مقاطع الفيديو على خط الإنتاج ويكشف العيوب اللي يصعب أو يمل الإنسان في إمساكها باستمرار — خدوش، أجزاء ناقصة، انحرافات عن المواصفة. يعلّم العناصر المشكوك فيها لمراجع بشري ويسجّل معدلات العيوب مع الوقت. يرفع اتساق فحص الجودة ويخفّض التسرّبات لمرحلة ما بعد الشحن.

وين يناسب
أشكال الأعمال
شركة منتجات
عتبة الحجم
تحت 500 items inspected per day بالشهر، الاسترداد نادراً يبرّر البناء. الأنماط بهالشكل تسدّد بثبات عند 5,000+.
المتطلبات · 7 مطلوب

المتطلبات تصف قدرات يحتاجها النمط في بيئتك، مو الموردين اللي لازم تشتريهم. أي نظام يملأ متطلباً يحقّقه — وهذا اللي يخلّي الكتالوج قابلاً للنقل عبر الذيل الطويل من أدوات الشركات الصغيرة والمتوسطة.

  1. image_capture_source
    مطلوبقراءةبث

    Where images of items come from. Physical setup matters: lighting, angle, consistency.

    شكل البيانات
    Image or short video clip with item identifier, capture timestamp, line/station identifier.
    يُملأ عادةً بواسطة
    • camera installed over a production line
    • imaging station integrated with the conveyor system
    • handheld scanner used by inspectors
    • phone-based capture at pack-out stations
  2. defect_taxonomy_and_examples
    مطلوبقراءةمجموعة

    What 'bad' looks like, specifically. The pattern learns from examples; without enough labeled examples per defect class, it can't be trusted.

    شكل البيانات
    Per-defect-class: name, description, decision rule, set of labeled positive and negative example images.
    يُملأ عادةً بواسطة
    • labeled dataset built during the engagement
    • ongoing labeling workflow where QC inspectors add to the dataset
    • structured defect catalog the operations team maintains
  3. item_record_lookup
    مطلوبقراءةطلب

    What item is being inspected and what its specifications are. Different items have different inspection criteria.

    شكل البيانات
    Per-item SKU with inspection specification, packaging requirements, customer-specific variations.
    يُملأ عادةً بواسطة
    • ERP item master with QC specifications
    • product catalog with inspection criteria
    • customer-specific shipment requirements
  4. inspection_decision_destination
    مطلوبكتابةحدث

    Where pass/fail decisions go. Pass-through for accepted items, divert for rejected items.

    شكل البيانات
    Decision per item: accept/reject/uncertain, defect class if rejected, confidence score, image stored for review.
    يُملأ عادةً بواسطة
    • control signal to the production line diverter
    • scan log in the warehouse management system
    • result feed into the operations dashboard
  5. human_qc_review_station
    مطلوبقراءة + كتابةطلب

    Where uncertain or borderline cases get human verification. Critical for the cases the pattern doesn't handle confidently.

    شكل البيانات
    Image with proposed classification, confidence score, comparison to similar cases. Reviewer marks final decision.
    يُملأ عادةً بواسطة
    • dedicated review station at the QC desk
    • tablet at the inspection point with the review UI
    • remote review queue for off-line review
  6. audit_image_archive
    مطلوبكتابةمجموعة

    Stored images of inspected items for traceability and quality investigations. Particularly important in regulated industries.

    شكل البيانات
    Image with item identifier, inspection result, timestamp, retention metadata.
    يُملأ عادةً بواسطة
    • object store with retention policies
    • QC archive in the manufacturing operations system
    • compliance archive for regulated products
  7. model_retraining_loop
    مطلوبقراءة + كتابةدفعة

    How human verdicts feed back to improve the pattern. Without this loop, the model can't adapt to new defect types or environmental changes.

    شكل البيانات
    Reviewed cases with original prediction, human verdict, image, reason for override.
    يُملأ عادةً بواسطة
    • weekly batch of reviewed cases added to the training set
    • continuous labeling pipeline where each correction feeds back
    • quarterly model retraining process
سير التشغيل · 8 خطوة
  1. 01
    Capture image of item at the inspection point, tagged with item identifier
    image_capture_source
  2. 02
    Look up the item's specification to know what we're inspecting against
    item_record_lookup
  3. 03
    Run image through the inspection model trained on the defect taxonomy
    defect_taxonomy_and_examples
  4. 04
    Classify result: pass / fail-with-class / uncertain
    قرار Threshold-based; uncertain cases route to human review.
  5. 05
    For pass: signal accept and archive image
    inspection_decision_destinationaudit_image_archive
  6. 06
    For fail: signal reject with defect class, archive image with classification
    inspection_decision_destinationaudit_image_archive
  7. 07
    For uncertain: route to human review station, hold item if line speed allows
    human_qc_review_station
  8. 08
    Capture human verdicts and feed back into model retraining loop
    model_retraining_loop
المخرجات · 3

مخرجات منظّمة ينتجها هذا النمط. أنماط ثانية وأنظمة العملاء تقدر تشترك فيها، وهكذا يتركّب الكتالوج مع الوقت.

  • defect_rate_signal

    Per-defect-class and per-SKU defect rates over time. Single most valuable operational signal.

    يُستهلك بواسطة
    • production quality dashboards
    • supplier performance reviews
    • manufacturing engineering
  • false_positive_signal

    Items the pattern flagged that humans overturned. Critical for tuning the false-positive rate against throughput cost.

    يُستهلك بواسطة
    • pattern tuning workflows
    • operations review
  • drift_detection_signal

    Statistical shifts in input image characteristics (lighting changes, equipment degradation) that affect inspection.

    يُستهلك بواسطة
    • maintenance alerting
    • calibration scheduling