Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

YuukiToriyama/opencv.js-playground

Repository files navigation

opencv.js-playground

環境構築なしにOpenCV.jsを試してみるにはこちら(開発中)

開発Memo

  • 読み込んだ画像のサイズを知りたい場合、width,heightの代わりにnaturalWidth,naturalHeightを用いる必要がある
    • widthプロパティは実際に表示されているサイズを返すため
    • 画像本来のサイズを知りたい場合はnaturalWidth,naturalHeightを用いる
const image_h9a1o13onus = document.getElementById("h9a1o13onus"); // 読み込んだ画像にアクセス
console.log(image_h9a1o13onus.naturalWidth);

About

環境構築なしにOpenCV.jsを試してみるにはこちら(開発中)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /