Patterns and Pattern Classes in Object Recognition for DIP and its implementation in MATLAB

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 4

  • @mahalakshmi8395
    @mahalakshmi8395 11 місяців тому +1

    Most expected topic.. Thanks a lot sir

  • @yashkulkarni2472
    @yashkulkarni2472 3 місяці тому +1

    Thank you sir,
    Your videos are really helpful.
    I just have a small suggestion for you,
    Your DIP playlist starts with last lecture and ends with first lec. Can you rectify this ?
    😃

  • @StudywithDrDafda
    @StudywithDrDafda  11 місяців тому +1

    % MATLAB program that shows basic image processing
    % techniques to detect the square within the binary image.
    clear all;
    close all;
    clc;
    % Create a blank binary image
    imageSize = 200; % Adjust as needed
    binaryImage = zeros(imageSize, imageSize);
    % Create shapes (circle, square, and triangle)
    radius = 20;
    centerX = 50;
    centerY = 100;
    % Add a circle to the binary image
    [x, y] = meshgrid(1:imageSize, 1:imageSize);
    circle = ((x - centerX).^2 + (y - centerY).^2 = squareX & x = squareY & y