Home
last modified time | relevance | path

Searched defs:imagepath (Results 1 – 25 of 229) sorted by last modified time

12345678910

/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dmain.cpp199 const path_t& imagepath = ltp->input_files[i]; in load() local
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dmain.cpp201 const path_t& imagepath = ltp->input_files[i]; in load() local
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dgraphic.cpp702 string imagepath; in parse() local
759 string imagepath,name; in parse() local
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dmain.cpp152 const char *screenshotpath(const char *imagepath, const char *suffix) in screenshotpath()
169 void bmp_screenshot(const char *imagepath, bool mapshot = false) in bmp_screenshot()
229 void jpeg_screenshot(const char *imagepath, bool mapshot = false) in jpeg_screenshot()
391 void png_screenshot(const char *imagepath, bool mapshot = false) in png_screenshot()
446 void screenshot(const char *imagepath) in screenshot()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/
H A DHtmlWriter.java141 protected String imagepath = null; field in HtmlWriter
556 public void setImagepath(String imagepath) { in setImagepath()
/dports/deskutils/treesheets/treesheets-1.0.2/src/
H A Dmyframe.h663 wxString imagepath = GetPath("images/nuvola/dropdown/"); in MyFrame() local
/dports/security/kgpg/kgpg-21.12.3/
H A Dkeysmanager.cpp923 …QString imagepath = QFileDialog::getOpenFileName(nullptr, QString(), QString(), QLatin1String( "im… in slotAddPhoto() local
/dports/security/kgpg/kgpg-21.12.3/tests/
H A Dkgpgaddphoto.cpp20 QString imagepath = QLatin1String("keys/image_small.jpg"); in testAddPhoto() local
/dports/security/kgpg/kgpg-21.12.3/transactions/
H A Dkgpgaddphoto.cpp11 KGpgAddPhoto::KGpgAddPhoto(QObject *parent, const QString &keyid, const QString &imagepath) in KGpgAddPhoto()
/dports/misc/ncnn/ncnn-20211208/python/examples/
H A Dmobilenetv3ssdlite.py27 imagepath = sys.argv[1] variable
H A Dnanodet.py28 imagepath = sys.argv[1] variable
H A Dsimplepose.py27 imagepath = sys.argv[1] variable
H A Dyolov3.py27 imagepath = sys.argv[1] variable
H A Dmobilenetssd.py27 imagepath = sys.argv[1] variable
H A Dsqueezenetssd.py27 imagepath = sys.argv[1] variable
/dports/misc/ncnn/ncnn-20211208/examples/
H A Dshufflenetv2.cpp108 const char* imagepath = argv[1]; in main() local
H A Dsqueezenet.cpp91 const char* imagepath = argv[1]; in main() local
H A Dfasterrcnn.cpp343 const char* imagepath = argv[1]; in main() local
H A Dmobilenetssd.cpp137 const char* imagepath = argv[1]; in main() local
H A Dmobilenetv3ssdlite.cpp158 const char* imagepath = argv[1]; in main() local
H A Dp2pnet.cpp226 const char* imagepath = argv[1]; in main() local
H A Drfcn.cpp342 const char* imagepath = argv[1]; in main() local
H A Dsqueezenetssd.cpp137 const char* imagepath = argv[1]; in main() local
H A Dyolov2.cpp141 const char* imagepath = argv[1]; in main() local
/dports/misc/ncnn/ncnn-20211208/tools/quantize/
H A Dncnn2table.cpp215 inline ncnn::Mat read_and_resize_image(const std::vector<int>& shape, const std::string& imagepath,… in read_and_resize_image()

12345678910