Delphi a scanline memory to find the function of the sub-graph, do not know if there is a problem.

Source: Internet
Author: User

Tag:delphi   scanline    Memory     Sub-figure    

Function tform1.findimg (Pbmpmain,pbmpsub: tbitmap)  :boolean;varpmain,psub,ptmp: pbytearray ;x,y,z:integer;b: boolean;begin    result:=false;    b:=false;     for y:=0 to pBmpMain.Height-pBmpSub.Height do     begin    pmain := pbmpmain.scanline[y];    psub : = pbmpsub.scanline[0];        for x:=0 to  pbmpmain.width-pbmpsub.width do        begin             b:=comparemem (@Pmain [X*3],psub,sizeof (@psub));             if  b then  begin               for z := 0  to pBmpSub.Height - 1 do begin                 Pmain := pBmpMain.ScanLine[y+z];                 psub := pBmpSub.ScanLine[z];                 b:=comparemem (@Pmain [X*3],psub, PBMPSUB.WIDTH * 3);                 if not b then break;               end;                 if b then Break;             end;            if b  then break;        end;        if b then  break;    end;    result:=b;end;


This article is from the "rzl_01 blog" blog, make sure to keep this source http://rzl01.blog.51cto.com/3004337/1605263

Delphi a scanline memory to find the function of the sub-graph, do not know if there is a problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.