79238832

Date: 2024-11-30 04:47:50
Score: 0.5
Natty:
Report link

Correct the following snippet

     draw_contours(
            &mut output_image,
            &contours,
            -1, // Draw all contours
            Scalar::new(0.0, 255.0, 0.0, 0.0), // Green color
            3,                                 // Thickness
            imgproc::LINE_8,
            &mut hierarchy,
            255,
            Point::new(0, 0),
        ).unwrap();
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shivank Anchal