美文网首页
2018-11-26

2018-11-26

作者: ZoltanJin | 来源:发表于2018-11-26 16:33 被阅读0次

    mini-Photoshop

    • Implementing a toy Photoshop with C++ and Qt
    • Built an user-friendly UI

    Features

    • Zoom in/out, cut/copy/paste, resize, rotate.
    • Undo.
    • Addition/Subtraction/Multiply operations on image.
    • Observation/Copy the RGB value of any point.
    • Mosaic.
    • Color Channel split, color toning in HSV,pseudo-color.
    • Transform RGB image into a Grayscale image.
    • Transform Grayscale image into a binary one(Otus Algorithm).
    • Make histogram and histogram equalization.
    • Image filter with given kernel(Box/Median/Gaussian) or self-defined kernel
    • Edge detection(sobel/laplace/canny)
    • Hough Transform
    • Mophology operations:dilation, erosion, open, close, thinning, thickening, distance, skeleton, skeleton reconstruction.
    • Watershed algorithm.

    Screenshots

    相关文章

      网友评论

          本文标题:2018-11-26

          本文链接:https://www.haomeiwen.com/subject/hppbqqtx.html