Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dataset-support

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dataset-support

  • 0.1.3
  • PyPI
  • Socket score

Maintainers
1
import numpy as np
import cv2
from dataset_support import sin_patern
img = np.array(cv2.imread("1.png",cv2.IMREAD_GRAYSCALE)).astype(np.float32)/255
img = sin_patern(img,shape_sin=100,alpha=0.03,vertical=True,bias=1)
cv2.imwrite("2.png",img*255)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc