PHPackages                             qmegas/sobel-operator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. qmegas/sobel-operator

ActiveLibrary

qmegas/sobel-operator
=====================

PHP implementation of Sobel operator (Sobel filter)

1.0.0(9y ago)0489↑150%MITPHPPHP &gt;=7.0

Since Feb 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/qmegas/sobel-operator)[ Packagist](https://packagist.org/packages/qmegas/sobel-operator)[ RSS](/packages/qmegas-sobel-operator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Sobel operator
==============

[](#sobel-operator)

This is Sobel operator (or Sobel filter) implementation on PHP. It used in image processing and computer vision, particularly within edge detection algorithms. Read full article in [Wikipedia](https://en.wikipedia.org/wiki/Sobel_operator)

Installation
------------

[](#installation)

```
composer require qmegas/sobel-operator
```

Requirements
------------

[](#requirements)

PHP &gt;= 7.0

Usage Examples
--------------

[](#usage-examples)

```
