登录
首页 » PHP » image-master

image-master

于 2020-06-22 发布
0 120
下载积分: 1 下载次数: 1

代码说明:

说明:  php图像处理,用php实现,进行简单的操作,编辑,修改等功能(Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.)

文件列表:

image-master, 0 , 2019-06-24
image-master\LICENSE, 1078 , 2019-06-24
image-master\composer.json, 1408 , 2019-06-24
image-master\provides.json, 183 , 2019-06-24
image-master\src, 0 , 2019-06-24
image-master\src\Intervention, 0 , 2019-06-24
image-master\src\Intervention\Image, 0 , 2019-06-24
image-master\src\Intervention\Image\AbstractColor.php, 6405 , 2019-06-24
image-master\src\Intervention\Image\AbstractDecoder.php, 8502 , 2019-06-24
image-master\src\Intervention\Image\AbstractDriver.php, 3288 , 2019-06-24
image-master\src\Intervention\Image\AbstractEncoder.php, 5661 , 2019-06-24
image-master\src\Intervention\Image\AbstractFont.php, 4311 , 2019-06-24
image-master\src\Intervention\Image\AbstractShape.php, 1366 , 2019-06-24
image-master\src\Intervention\Image\Commands, 0 , 2019-06-24
image-master\src\Intervention\Image\Commands\AbstractCommand.php, 1480 , 2019-06-24
image-master\src\Intervention\Image\Commands\Argument.php, 5712 , 2019-06-24
image-master\src\Intervention\Image\Commands\ChecksumCommand.php, 609 , 2019-06-24
image-master\src\Intervention\Image\Commands\CircleCommand.php, 925 , 2019-06-24
image-master\src\Intervention\Image\Commands\EllipseCommand.php, 1002 , 2019-06-24
image-master\src\Intervention\Image\Commands\ExifCommand.php, 1475 , 2019-06-24
image-master\src\Intervention\Image\Commands\IptcCommand.php, 2931 , 2019-06-24
image-master\src\Intervention\Image\Commands\LineCommand.php, 968 , 2019-06-24
image-master\src\Intervention\Image\Commands\OrientateCommand.php, 959 , 2019-06-24
image-master\src\Intervention\Image\Commands\PolygonCommand.php, 1294 , 2019-06-24
image-master\src\Intervention\Image\Commands\PsrResponseCommand.php, 1206 , 2019-06-24
image-master\src\Intervention\Image\Commands\RectangleCommand.php, 1018 , 2019-06-24
image-master\src\Intervention\Image\Commands\ResponseCommand.php, 560 , 2019-06-24
image-master\src\Intervention\Image\Commands\StreamCommand.php, 609 , 2019-06-24
image-master\src\Intervention\Image\Commands\TextCommand.php, 831 , 2019-06-24
image-master\src\Intervention\Image\Constraint.php, 1610 , 2019-06-24
image-master\src\Intervention\Image\Exception, 0 , 2019-06-24
image-master\src\Intervention\Image\Exception\ImageException.php, 125 , 2019-06-24
image-master\src\Intervention\Image\Exception\InvalidArgumentException.php, 132 , 2019-06-24
image-master\src\Intervention\Image\Exception\MissingDependencyException.php, 134 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotFoundException.php, 125 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotReadableException.php, 128 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotSupportedException.php, 129 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotWritableException.php, 128 , 2019-06-24
image-master\src\Intervention\Image\Exception\RuntimeException.php, 124 , 2019-06-24
image-master\src\Intervention\Image\Facades, 0 , 2019-06-24
image-master\src\Intervention\Image\Facades\Image.php, 543 , 2019-06-24
image-master\src\Intervention\Image\File.php, 1783 , 2019-06-24
image-master\src\Intervention\Image\Filters, 0 , 2019-06-24
image-master\src\Intervention\Image\Filters\DemoFilter.php, 827 , 2019-06-24
image-master\src\Intervention\Image\Filters\FilterInterface.php, 303 , 2019-06-24
image-master\src\Intervention\Image\Gd, 0 , 2019-06-24
image-master\src\Intervention\Image\Gd\Color.php, 5303 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands, 0 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\BackupCommand.php, 548 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\BlurCommand.php, 541 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\BrightnessCommand.php, 492 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ColorizeCommand.php, 841 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ContrastCommand.php, 487 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\CropCommand.php, 1245 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\DestroyCommand.php, 564 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\FillCommand.php, 2004 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\FitCommand.php, 1024 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\FlipCommand.php, 930 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\GammaCommand.php, 478 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\GetSizeCommand.php, 520 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\GreyscaleCommand.php, 409 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\HeightenCommand.php, 801 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\InsertCommand.php, 1132 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\InterlaceCommand.php, 469 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\InvertCommand.php, 390 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\LimitColorsCommand.php, 1371 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\MaskCommand.php, 2483 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\OpacityCommand.php, 762 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\PickColorCommand.php, 1009 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\PixelCommand.php, 670 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\PixelateCommand.php, 488 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ResetCommand.php, 911 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ResizeCanvasCommand.php, 2873 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ResizeCommand.php, 2324 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\RotateCommand.php, 756 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\SharpenCommand.php, 781 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\TrimCommand.php, 5095 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\WidenCommand.php, 795 , 2019-06-24
image-master\src\Intervention\Image\Gd\Decoder.php, 4289 , 2019-06-24
image-master\src\Intervention\Image\Gd\Driver.php, 2279 , 2019-06-24
image-master\src\Intervention\Image\Gd\Encoder.php, 2988 , 2019-06-24
image-master\src\Intervention\Image\Gd\Font.php, 7594 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes, 0 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\CircleShape.php, 931 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\EllipseShape.php, 1806 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\LineShape.php, 1768 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\PolygonShape.php, 1200 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\RectangleShape.php, 1838 , 2019-06-24
image-master\src\Intervention\Image\Image.php, 20345 , 2019-06-24
image-master\src\Intervention\Image\ImageManager.php, 3443 , 2019-06-24
image-master\src\Intervention\Image\ImageManagerStatic.php, 2040 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProvider.php, 1974 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLaravel4.php, 4113 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLaravel5.php, 2176 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLeague.php, 794 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLumen.php, 714 , 2019-06-24
image-master\src\Intervention\Image\Imagick, 0 , 2019-06-24
image-master\src\Intervention\Image\Imagick\Color.php, 6500 , 2019-06-24
image-master\src\Intervention\Image\Imagick\Commands, 0 , 2019-06-24
image-master\src\Intervention\Image\Imagick\Commands\BackupCommand.php, 553 , 2019-06-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LMMSE
    说明:  LMMSE图像超分辨率重建,基于先验知识的图像超分辨率重建(LMMSE image super-resolution reconstruction, image super-resolution reconstruction based on prior knowledge)
    2020-12-09 10:19:18下载
    积分:1
  • NccStitching
    基于NCC(归一化互相关)的图像配准算法(NCC (normalized cross-correlation), image registration algorithm)
    2020-11-25 17:29:32下载
    积分:1
  • Image_processing_quality_evluation
    图像处理(图像融合,图像加密等)的性能评价指标集包括:平均梯度,边缘强度,信息熵,灰度均值,标准差(均方差MSE),均方根误差,峰值信噪比(psnr),空间频率(sf),图像清晰度,互信息(mi),结构相似性(ssim),交叉熵(cross entropy),相对标准差。(Image processing,average gradient, edge strength, information entropy, gray mean, standard deviation (variance (MSE), are root mean square error, peak signal to noise ratio (PSNR), spatial frequency (SF), the sharpness of the image, the mutual information (MI), similar to the structure of (SSIM) and cross entropy (cross entropy). The relative standard deviation)
    2021-04-21 17:28:49下载
    积分:1
  • mv
    说明:  mfc开发程序及经验,以工业相机采集系统为例进行了框架类的设计使其完成采集 存储 及图像的处理(mfc development process and experience with industrial camera acquisition system as an example of the framework class is designed to complete the acquisition and storage and image processing)
    2011-11-02 21:50:23下载
    积分:1
  • kalmanPcamshift(meanshift)
    Kalman+CamShift实现视频追踪(Kalman+CamShift video track)
    2014-05-14 16:46:19下载
    积分:1
  • Virtual-oscilloscope
    说明:  虚拟示波器实现示波器的功能 数据采集 处理 存储(Virtual oscilloscope)
    2021-03-10 14:19:26下载
    积分:1
  • Triangle_Renderer_Project
    老外写的程序,可对三角形进行渲染,有详细的算法介绍。非常棒(A good Triangle Renderer Project,with detailed introduction.)
    2011-04-22 09:18:28下载
    积分:1
  • examplw5_10
    这是冈萨雷斯版数字图像处理中的几个函数的实现,包括gmean,以及书中的例题5.7和5.10。(This is the realization Gonzalez version Several digital image processing functions, including gmean, and examples in the book of 5.7 and 5.10.)
    2015-04-01 10:22:46下载
    积分:1
  • pocs
    在matlab环境下基于pocs(凸集投影)的图像重建(Based in the matlab environment pocs (convex projection) of image reconstruction)
    2009-05-12 20:39:46下载
    积分:1
  • 双峰法阈值分割
    说明:  双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区域,各个区域内部具有一致的属性,而相邻区域不具有这种一致属性。这样的划分可以通过从灰度级出发选取一个或多个阈值来实现。(Threshold segmentation)
    2018-03-29 09:29:03下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载