Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anylots/detection
/ functions
Functions
164 in github.com/anylots/detection
⨍
Functions
164
◇
Types & classes
20
↓ 1 callers
Method
getDetectImageByUrl
get image info by url @param imageLink image link @return
src/main/java/com/frame/detection/common/ImageDetector.java:18
↓ 1 callers
Function
getSpecialTransitionEndEvent
()
src/main/resources/static/bootstrap/js/bootstrap.js:110
↓ 1 callers
Function
h
()
src/main/resources/static/bootstrap/js/bootstrap.min.js:6
↓ 1 callers
Method
imageToBytes
image to bytes @param bImage @return byte[]
src/main/java/com/frame/detection/common/BufferedImageServiceImpl.java:77
↓ 1 callers
Function
l
(t)
src/main/resources/static/bootstrap/js/bootstrap.min.js:6
↓ 1 callers
Function
la
(a)
src/main/resources/static/bootstrap/js/jquery.min.js:2
↓ 1 callers
Function
ma
(a)
src/main/resources/static/bootstrap/js/jquery.min.js:2
↓ 1 callers
Function
move
(event)
src/main/resources/static/bootstrap/js/bootstrap.js:869
↓ 1 callers
Function
nb
(a,b,c)
src/main/resources/static/bootstrap/js/jquery.min.js:4
↓ 1 callers
Function
pb
(a,b)
src/main/resources/static/bootstrap/js/jquery.min.js:4
↓ 1 callers
Function
qb
(a,b,c)
src/main/resources/static/bootstrap/js/jquery.min.js:4
↓ 1 callers
Function
setTransitionEndSupport
()
src/main/resources/static/bootstrap/js/bootstrap.js:139
↓ 1 callers
Function
ta
(a,b,c)
src/main/resources/static/bootstrap/js/jquery.min.js:2
↓ 1 callers
Function
toType
(obj)
src/main/resources/static/bootstrap/js/bootstrap.js:102
↓ 1 callers
Function
transitionComplete
()
src/main/resources/static/bootstrap/js/bootstrap.js:2328
↓ 1 callers
Function
va
(a,b,c,d,e,f)
src/main/resources/static/bootstrap/js/jquery.min.js:2
↓ 1 callers
Function
wa
(a)
src/main/resources/static/bootstrap/js/jquery.min.js:2
↓ 1 callers
Function
xa
(a,b)
src/main/resources/static/bootstrap/js/jquery.min.js:2
Function
Alert
(element)
src/main/resources/static/bootstrap/js/bootstrap.js:288
Function
B
(a,b)
src/main/resources/static/bootstrap/js/jquery.min.js:2
Function
Button
(element)
src/main/resources/static/bootstrap/js/bootstrap.js:450
Function
Carousel
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:692
Function
Collapse
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:1240
Function
Dropdown
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:1623
Function
K
()
src/main/resources/static/bootstrap/js/jquery.min.js:2
Function
Modal
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:2121
Function
Popover
()
src/main/resources/static/bootstrap/js/bootstrap.js:3544
Method
RateLimiterInterceptor
通过构造函数初始化限速器
src/main/java/com/frame/detection/common/RateLimiterInterceptor.java:22
Function
ScrollSpy
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:3718
Function
Tab
(element)
src/main/resources/static/bootstrap/js/bootstrap.js:4002
Function
Toast
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:4230
Function
Tooltip
(element, config)
src/main/resources/static/bootstrap/js/bootstrap.js:2868
Method
addInterceptors
(InterceptorRegistry registry)
src/main/java/com/frame/detection/common/WebMvcConfiguration.java:14
Function
changeImageFile
()
src/main/resources/static/script/detect.js:32
Function
changeImageLink
()
src/main/resources/static/script/detect.js:27
Method
compare
(Integer o1, Integer o2)
src/main/java/com/frame/detection/connection/FileChannelService.java:60
Method
contextLoads
()
src/test/java/com/frame/detection/DetectionApplicationTests.java:22
Method
createDetectedFrame
create detected frame @param bImage @return
src/main/java/com/frame/detection/common/BufferedImageServiceImpl.java:63
Method
createDetectedFrame
create detected frame @param bImage @return
src/main/java/com/frame/detection/common/BufferedImageService.java:28
Function
da
()
src/main/resources/static/bootstrap/js/jquery.min.js:2
Method
detect
detect out @return
src/main/java/com/frame/detection/controller/ImageDetectController.java:48
Method
detectByFile
detect by file @param imageFile imageFile
src/main/java/com/frame/detection/service/impl/ImageDetectServiceImpl.java:53
Method
detectByUrl
detect by url @param imageUrl image url
src/main/java/com/frame/detection/service/impl/ImageDetectServiceImpl.java:40
Method
detectInQueue
detect in queue by url @param imageUrl image url
src/main/java/com/frame/detection/service/impl/ImageConsultServiceImpl.java:55
Method
detectOut
detect out @param imageLink @return
src/main/java/com/frame/detection/controller/ImageDetectController.java:60
Method
detectOutWithCache
detect out with redis cache @param imageLink @return
src/main/java/com/frame/detection/controller/ImageDetectController.java:94
Method
detectWithCache
detect image whit redis cache @return
src/main/java/com/frame/detection/controller/ImageDetectController.java:82
Function
gb
(a,b,c,d,e)
src/main/resources/static/bootstrap/js/jquery.min.js:4
Method
getDetectImageByCode
get image info by code @param imageBase64Code imageBase64Code @return
src/main/java/com/frame/detection/common/ImageDetectorImpl.java:46
Method
getDetectImageByUrl
get image info by url @param imageLink image link @return
src/main/java/com/frame/detection/common/ImageDetectorImpl.java:32
Method
getDetectImagePost
get detect image post @param paramMap paramMap @return
src/main/java/com/frame/detection/client/ImageDetectClientImpl.java:24
Method
getRemoteBufferedImage
get remote buffered image @param imageURL
src/main/java/com/frame/detection/common/BufferedImageServiceImpl.java:28
Method
getRemoteBufferedImage
get remote buffered image @param imageURL
src/main/java/com/frame/detection/common/BufferedImageService.java:19
Method
main
(String[] args)
src/main/java/com/frame/detection/DetectionApplication.java:11
Method
main
(String[] args)
src/main/java/com/frame/detection/connection/FileChannelService.java:45
Method
main
(String[] args)
src/main/java/com/frame/detection/common/LockTest.java:13
Function
ob
(a,b,c)
src/main/resources/static/bootstrap/js/jquery.min.js:4
Function
pa
()
src/main/resources/static/bootstrap/js/jquery.min.js:2
Method
preHandle
(HttpServletRequest request, HttpServletResponse response, Object handler)
src/main/java/com/frame/detection/common/RateLimiterInterceptor.java:27
Function
r
(a,b)
src/main/resources/static/bootstrap/js/jquery.min.js:2
Method
testImageDetectService
()
src/test/java/com/frame/detection/DetectionApplicationTests.java:40
Method
testRedisObj
()
src/test/java/com/frame/detection/DetectionApplicationTests.java:27
Function
toValid
()
src/main/resources/static/script/detect.js:2
Function
transitionEndEmulator
(duration)
src/main/resources/static/bootstrap/js/bootstrap.js:124
← previous
101–164 of 164, ranked by callers