码迷,mamicode.com
首页 >  
搜索关键字:corners    ( 153个结果
特征点提取之Harris角点提取法
1. 特征点提取的意义 2.角点 3. Harris角点检測的基本原理 4.Harris角点检測算法的步骤 5.Harris角点提取算法设计 <span style="font-size:18px;">function [ptx,pty] = HarrisPoints(ImgIn,threshold ...
分类:其他好文   时间:2017-07-15 14:56:47    阅读次数:162
Android 开发笔记___shape
shape_oval 默认矩形 xml java 1、shape 有四种类型 rectangle 矩形 oval 椭圆(corners属性失效) line 直线(必须设置stroke属性) ring 圆环 2、corners bottomLeftRadius:左下角 bottomRightRadiu ...
分类:移动开发   时间:2017-07-01 15:23:52    阅读次数:308
2017年6月20日 星期二 --出埃及记 Exodus 27:2
2017年6月20日 星期二 --出埃及记 Exodus 27:2Make a horn at each of the four corners, so that the horns and the altar are of one piece, and overlay the altar with ...
分类:其他好文   时间:2017-06-24 13:18:28    阅读次数:158
USACO 6.5 Closed Fences
A closed fence in the plane is a set of non-crossing, connected line segments with N corners (3 < N < 200). The corners or vertices are each distinct ...
分类:其他好文   时间:2017-06-11 00:18:57    阅读次数:314
Androidbuttonshape形状资源码实现
1、项目Src下创建drawable 看文档Develop/API Guides/App Resources/Drawable/Shape Drawable 单词:corners : 角 ; gradient :梯度; solid:固定的。 stroke: 边框--能够做下划线 Rectangle ...
分类:移动开发   时间:2017-05-22 13:30:17    阅读次数:198
UIBezierPath 类的使用
使用UIBezierPath类可以创建基于矢量的路径,这个类在UIKit中。此类是Core Graphics框架关于path的一个封装。使用此类可以定义简单的形状,如椭圆或者矩形,或者有多个直线和曲线段组成的形状。 UIBezierPath对象是CGPathRef数据类型的封装。path如果是基于矢 ...
分类:其他好文   时间:2017-05-13 14:52:02    阅读次数:241
ToastCustom【自定义显示风格的Toast】
版权声明:本文为博主原创文章,未经博主允许不得转载。 前言 基于系统Toast的自定义显示风格的Toast。 效果图 代码分析 ToastCustom类基于系统Toast,不是继承Toast,只是通过toast.setView(view)方法引用自定义的显示风格布局文件,达到自定义显示风格的目的。 ...
分类:其他好文   时间:2017-05-10 21:17:41    阅读次数:333
解决RaycastTarget勾选过多的烦恼
看过UGUI源码的朋友一定都知道,UI事件会在EventSystem在Update的Process触发。UGUI会遍历屏幕中所有RaycastTarget是true的UI,接着就会发射线,并且排序找到玩家最先触发的那个UI,在抛出事件给逻辑层去响应。 团队多人在开发游戏界面,很多时候都是复制黏贴,比 ...
分类:其他好文   时间:2017-05-06 11:59:48    阅读次数:228
shape的基本用法
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 边角的圆弧半径 --> <corners android:radius="9 ...
分类:其他好文   时间:2017-05-05 17:22:11    阅读次数:198
xml布局内容总结(三)--Android
关于xml中经经常使用到边框及边框效果,在此进行一下总结。 3.border(边框及边框效果) (1)直角边框线 <LinearLayout android:layout_width="200dp" android:layout_height="30dp" android:layout_margin ...
分类:移动开发   时间:2017-04-25 11:35:42    阅读次数:198
153条   上一页 1 ... 4 5 6 7 8 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!