登录
首页 » PHP » image-master

image-master

于 2020-06-22 发布
0 151
下载积分: 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 个回复

  • hongwaituxiang
    说明:  为了在抑制噪声时尽可能保留图像边缘信息,提出一种自适应各向异性高斯滤波器设计方法. 该方法由独立 强度传播(IDS)模型决定滤波器的长轴尺度,由像素的邻域平滑度决定长短轴的比例,然后根据该处的灰度梯度方 向自适应决定各向异性滤波器的长轴方向. 仿真实验表明,提出的自适应各向异性滤波器具有很强的噪声抑制和 边缘保持能力. (In order to suppress noise, as far as possible to keep the image edge information, an adaptive anisotropic Gaussian filter design methods. The method by the independent strength spread (IDS) model determines the long axis of the filter scale, the pixel neighborhood smoothness determine the ratio of minor axis, and then there' s gray gradient direction of adaptive decision the long axis of anisotropic filter. Simulation results show that the proposed adaptive anisotropic filter has a strong noise suppression and preserve edges.)
    2010-04-19 18:21:00下载
    积分:1
  • xiaobobao2
    小波包程序2,能够对信号进行特征提取,有利于初学者。(This is a wavelet packet program 2,which is useful for the beginners.)
    2014-04-24 20:42:14下载
    积分:1
  • 123
    高分辨率遥感影像的支持张量机分类方法,此方法能够利用少量的训练样本实现更优的分类精度。(Support tensor machines resolution remote sensing image classification method, and this method can use a small amount of training samples to achieve better classification accuracy.)
    2014-04-23 15:03:41下载
    积分:1
  • connected
    连通域处理的函数简介,包含删除小面积对象,计算对象面积,删除边界对象等(Function of connected domain processing)
    2015-12-20 16:59:18下载
    积分:1
  • cx
    说明:  基于自适应α-β滤波器的接收机跟踪环多普勒自补偿算法(Based on adaptive alpha beta filter satellite receiver loop of the doppler compensation algorithm design)
    2015-09-11 13:16:35下载
    积分:1
  • yun7.1
    重要的纹理分割分类基础程序,可以进行更深入的探讨和优化,应用于遥感影像中。(Important basis for classification of texture segmentation procedure can be carried out more in-depth exploration and optimization, application of remote sensing images.)
    2007-07-13 15:01:34下载
    积分:1
  • peizhun
    图像配准。一个遥感图像配准函数。 双线性插值~ (image registration algorithm)
    2020-12-17 16:19:11下载
    积分:1
  • canny
    canny算法分割,本算法通过canny对图像进行分割,并提取边缘。()
    2011-10-09 09:24:44下载
    积分:1
  • biandaoxianjiance
    该程序包是道路边缘和车道线检测与跟踪的matlab程序,可运行,实验效果很好(The package is the road edge and lane detection and tracking matlab program, you can run, experimental works well)
    2012-07-12 16:46:32下载
    积分:1
  • PSO
    说明:  实现 %1、利用RGB模型识别天空区域;2、利用边缘识别检测天空边缘分割线;3、利用预测边缘点和实际边缘点的周围区域的均值滤波与本边缘点下方的像素之间的差异大小来修正天空边缘分割线 %4、将sky_seg+depthmap_v2中多余的带注释的地方删掉了 %!!!记得在295行,一定要改动是用I6还是I7,如果用sky_initia(f = edge(double(BW),'canny',thresh,sigma);)
    2021-04-18 14:28:51下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载